vendor/golang.org/x/net/idna.idnaTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/net/idna (current package)
		tables15.0.0.go#L557: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L573: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L595: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L610: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L614: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L618: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L642: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L658: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L680: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L695: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L699: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L703: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L716: func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {